home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / domacnost a kancelar / pt / ptinstaller.exe / ADPT.exe / 0 / RCDATA / TFRMCHECKVERSION / TFRMCHECKVERSION.txt < prev   
Text File  |  2006-05-20  |  4KB  |  170 lines

  1. object frmCheckVersion: TfrmCheckVersion
  2.   Left = 314
  3.   Top = 289
  4.   BorderStyle = bsDialog
  5.   Caption = 'New version check'
  6.   ClientHeight = 228
  7.   ClientWidth = 376
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 376
  23.     Height = 228
  24.     Align = alClient
  25.     Shape = bsFrame
  26.   end
  27.   object Image1: TImage
  28.     Left = 8
  29.     Top = 16
  30.     Width = 48
  31.     Height = 48
  32.     AutoSize = True
  33.     Picture.Data = {<image000.bmp>}
  34.   end
  35.   object GroupBox1: TGroupBox
  36.     Left = 72
  37.     Top = 16
  38.     Width = 289
  39.     Height = 161
  40.     TabOrder = 0
  41.     object Label1: TLabel
  42.       Left = 56
  43.       Top = 16
  44.       Width = 95
  45.       Height = 13
  46.       Caption = 'Installed Version'
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.     end
  54.     object Label3: TLabel
  55.       Left = 8
  56.       Top = 40
  57.       Width = 23
  58.       Height = 13
  59.       Caption = 'Date'
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = 16711808
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.     end
  67.     object lIVDate: TLabel
  68.       Left = 56
  69.       Top = 40
  70.       Width = 18
  71.       Height = 13
  72.       Caption = '......'
  73.     end
  74.     object lIVVersion: TLabel
  75.       Left = 56
  76.       Top = 64
  77.       Width = 18
  78.       Height = 13
  79.       Caption = '......'
  80.     end
  81.     object Label4: TLabel
  82.       Left = 8
  83.       Top = 64
  84.       Width = 35
  85.       Height = 13
  86.       Caption = 'Version'
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = 16711808
  89.       Font.Height = -11
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = []
  92.       ParentFont = False
  93.     end
  94.     object Bevel2: TBevel
  95.       Left = 160
  96.       Top = 16
  97.       Width = 9
  98.       Height = 81
  99.       Shape = bsLeftLine
  100.     end
  101.     object Bevel3: TBevel
  102.       Left = 8
  103.       Top = 104
  104.       Width = 273
  105.       Height = 9
  106.       Shape = bsTopLine
  107.     end
  108.     object Label2: TLabel
  109.       Left = 176
  110.       Top = 16
  111.       Width = 92
  112.       Height = 13
  113.       Caption = 'Latest Available'
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clWindowText
  116.       Font.Height = -11
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = [fsBold]
  119.       ParentFont = False
  120.     end
  121.     object lLADate: TLabel
  122.       Left = 176
  123.       Top = 40
  124.       Width = 18
  125.       Height = 13
  126.       Caption = '......'
  127.     end
  128.     object lLAVersion: TLabel
  129.       Left = 176
  130.       Top = 64
  131.       Width = 18
  132.       Height = 13
  133.       Caption = '......'
  134.     end
  135.     object lWhat: TLabel
  136.       Left = 16
  137.       Top = 120
  138.       Width = 12
  139.       Height = 13
  140.       Caption = '....'
  141.     end
  142.   end
  143.   object BitBtn1: TBitBtn
  144.     Left = 288
  145.     Top = 192
  146.     Width = 75
  147.     Height = 25
  148.     Caption = '&Close'
  149.     ModalResult = 1
  150.     TabOrder = 1
  151.   end
  152.   object httpMain: TIdHTTP
  153.     MaxLineAction = maException
  154.     ReadTimeout = 0
  155.     AllowCookies = True
  156.     ProxyParams.BasicAuthentication = False
  157.     ProxyParams.ProxyPort = 0
  158.     Request.ContentLength = -1
  159.     Request.ContentRangeEnd = 0
  160.     Request.ContentRangeStart = 0
  161.     Request.ContentType = 'text/html'
  162.     Request.Accept = 'text/html, */*'
  163.     Request.BasicAuthentication = False
  164.     Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
  165.     HTTPOptions = [hoForceEncodeParams]
  166.     Left = 24
  167.     Top = 72
  168.   end
  169. end
  170.